home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-02-27 | 471 b | 24 lines |
- #
- # This is the make file for the xtra lib subdirectory (OS2, gcc, gnumake).
- #
- # Gershon Elber, Aug 1991
- #
-
- include ..\makeflag.os2
-
- OBJS = nure_svd.o bzrintrp.o
-
- libxtra.a: $(OBJS)
- -$(RM) libxtra.a
- ar rc libxtra.a $(OBJS)
-
- install: libxtra.a
- $(CP) libxtra.a $(LIB_DIR)
- ar s $(LIB_DIR)/libxtra.a
-
-
- # DO NOT DELETE THIS LINE -- make depend depends on it.
-
- bzrintrp.o: ../include/irit_sm.h ../include/extra_fn.h
- nure_svd.o: ../include/irit_sm.h ../include/imalloc.h
-